“DogeLover” Documentation by “hvgragame” v1.0


“DogeLover”

Created: Oct-10/2023
By: hvgragame
Email: htvgamedev@outlook.com

Thank you for purchasing my game. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form here. Thanks so much!


Table of Contents

  1. Files folder
  2. Acessing Construct3 (Engine)
  3. Opening the project and testing in your browser
  4. Customizing the game images
  5. Layout and programming (code)
  6. Exporting the game
  7. Upload the game to website
  8. Sources and Credits

A) Item files folder - top

When extracting the ZIP file you will find everything you need and a text file 'readme'. The HTML5 files you just purchased (license) are in the 'HTML5 files' folder. The game's source code (C3P file) is also included in this item, for small changes you need to make in the 'Source code' folder


B) Acess Construct3 (Engine) - top

To open the C3P file you need to use the Construct3 (It's preferable that you have the licensed version).
Link https://editor.construct.net/


C) Opening the project and testing in browser - top

After open Construct 3 and load the C3P file, find and open the layout 'Menu' with double click, then click the "Run Layout" menu to test the game.



D) Customizing the game images - top

Select the image you want to customize, click the right mouse button and select 'Edit'. Or just double click on the object.



Construct 3 has its own image editor. You can draw or even load new images making necessary adjustments.

Use the highlighted options to edit your image.



E) Layout and programming (code) - top

Inside the project, in the 'Event sheets' folder you can find all the game's coding. Note that the sheets are related to the layouts in the properties tab.



All game functioning is conditioned to sheets, which is formed by global variables and events (conditions and actions).

Most events are self-explanatory. They can also be organized in groups to facilitate understanding. You should find comments on variables and/or main events for better understanding.



For some aspects not covered by this documentation you can find additional PDF documentation in the item's file folder.



F) Exporting the game - top

To export the game, use the option: Menu > Project > Export.
It is preferable that you have the licensed version for this

https://www.construct.net/en/make-games/buy-construct-3/personal-plans


G) Upload the game to website - top

In order to add the games to your website or blog (wordpress), you just need to create an iframe and link to the folder you uploaded the game to it. For example, if you upload the game to the folder http://www.website.com/game/mygame/, you will need to create an iframe like this:

<iframe src="http://www.website.com/game/mygame/" width="1280" height="720"></ifame>

  1. Where the SRC is the folder where you upload the game
  2. WIDTH is how wide you want the game to be in the page.
  3. HEIGHT is how tall you want the game to be in the page.


H) Sources and Credits - top

Lead programmer: hvgragame

Thanks for purchasing this game! For any questions, I will be happy to help you in any question related to this game. If you have a more general question relating to the games on Codecanyon, you might consider visiting the forums and asking your question in the "Comments" section, or send me an email.

If you liked it, consider rating this item on the website!


hvgragame


Go To Table of Contents